-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added automatic push of docs to scitools-docs/iris. #2610
Conversation
Also, we will want to:
|
Looks like there is a genuine problem with master, not with this change. |
Was your original motivations around readthedocs about its abilities around versioning? Something else? |
@pelson I'm working on fixing master now ... mostly changes from |
I'm not 100% I've understood, but here are my (very opinionated) thoughts on RTD:
To be clear, I'm only proposing this change as a means of seeing dev docs. We can talk about tagged builds, but that falls out of scope for this initial PR. |
Thanks @pelson, cool! |
Rebased. |
And we now have ... https://scitools-docs.github.io/iris/master/ |
Thanks for reviewing and merging. |
echo `make clean html`; | ||
make doctest; | ||
cd ../../; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prevents any test failure being recognised by Travis !
python aggregate_directory.py --checkonly; | ||
cd ../../../../; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prevents any test failure being recognised by Travis !
Notice: this is a SciTools/iris branch, and should be deleted once merged.
I've added a final step to our doctest build matrix to push the built docs to https://github.com/SciTools-docs/iris. The setup currently is:
The results of this can be seen in https://github.com/SciTools-docs/iris and https://scitools-docs.github.io/iris/travis-docs/. (this is also the reason for the branch being on SciTools)